home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / honosito / uzleti / ntsetup.exe / {tmp} / NotepadEx.exe / 0 / RCDATA / TSHORTCUTFORM / TSHORTCUTFORM.txt
Encoding:
Text File  |  2001-06-26  |  1.2 KB  |  73 lines

  1. object ShortCutForm: TShortCutForm
  2.   Tag = 250
  3.   Left = 89
  4.   Top = 125
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 65
  8.   ClientWidth = 633
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblShortCut: TLabel
  21.     Tag = 251
  22.     Left = 8
  23.     Top = 8
  24.     Width = 137
  25.     Height = 13
  26.     AutoSize = False
  27.   end
  28.   object lblTextBefore: TLabel
  29.     Tag = 252
  30.     Left = 152
  31.     Top = 8
  32.     Width = 153
  33.     Height = 13
  34.     AutoSize = False
  35.   end
  36.   object lblTextAfter: TLabel
  37.     Tag = 254
  38.     Left = 472
  39.     Top = 8
  40.     Width = 153
  41.     Height = 13
  42.     AutoSize = False
  43.   end
  44.   object lblTextReplace: TLabel
  45.     Tag = 253
  46.     Left = 312
  47.     Top = 8
  48.     Width = 153
  49.     Height = 13
  50.     AutoSize = False
  51.   end
  52.   object btnOk: TButton
  53.     Tag = 150
  54.     Left = 248
  55.     Top = 32
  56.     Width = 65
  57.     Height = 25
  58.     Default = True
  59.     TabOrder = 0
  60.     OnClick = btnOkClick
  61.   end
  62.   object btnCancel: TButton
  63.     Tag = 151
  64.     Left = 320
  65.     Top = 32
  66.     Width = 73
  67.     Height = 25
  68.     Cancel = True
  69.     TabOrder = 1
  70.     OnClick = btnCancelClick
  71.   end
  72. end
  73.